home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / tsbat30.zip / SETVAR.BAT < prev    next >
DOS Batch File  |  1990-01-15  |  159b  |  8 lines

  1. :: SETVAR.BAT, An auxiliary batch needed for DELPATH.BAT
  2. if "%_newpath%"=="" goto _new
  3. set _newpath=%_newpath%;%1
  4. goto _out
  5. :_new
  6. set _newpath=%1
  7. :_out
  8.